From 4ff30e11b25d8e526a2b79382e778b671c6f33cc Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Tue, 22 Aug 2006 14:45:49 -0600 Subject: [PATCH] [IA64] Remove PIN processing for Domain-0 vcpu0 This patch removes PIN processing for Domain-0 vcpu0 executed at the time of Xen initialization. Signed-off-by: Masaki Kanno --- xen/arch/ia64/xen/xensetup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/arch/ia64/xen/xensetup.c b/xen/arch/ia64/xen/xensetup.c index c9830575bf..05e8b8dc57 100644 --- a/xen/arch/ia64/xen/xensetup.c +++ b/xen/arch/ia64/xen/xensetup.c @@ -516,9 +516,6 @@ printk("num_online_cpus=%d, max_cpus=%d\n",num_online_cpus(),max_cpus); 0) != 0) panic("Could not set up DOM0 guest OS\n"); - /* PIN domain0 on CPU 0. */ - dom0->vcpu[0]->cpu_affinity = cpumask_of_cpu(0); - if (!running_on_sim) // slow on ski and pages are pre-initialized to zero scrub_heap_pages(); -- 2.30.2